Welcome![Sign In][Sign Up]
Location:
Search - driver ioctl

Search list

[Windows Develop将IOCTL发送到筛选器驱动程序

Description: 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
Platform: | Size: 59470 | Author: 陈万通 | Hits:

[Windows Develop将IOCTL发送到筛选器驱动程序

Description: 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
Platform: | Size: 59392 | Author: 陈万通 | Hits:

[Embeded Linuxled_linux2.4.18

Description: Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 } -Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: | Size: 5120 | Author: Jia-Yang Chen | Hits:

[OS programioctl-sample

Description: 比较简单的io控制的过滤驱动程序示例代码,值得读一读。-Io control relatively simple filter driver sample code, it is worth to read.
Platform: | Size: 17408 | Author: hardway | Hits:

[SCMioctl

Description: 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。-Use can use the driver ioctl.c, everyone can refer to reference ah, thank you.
Platform: | Size: 1024 | Author: | Hits:

[Linux-UnixIoctlChar

Description: 适用于初学者的源码,简单的字符型设备的驱动源码,-The source for beginners, a simple character device driver source code,
Platform: | Size: 4096 | Author: anson | Hits:

[CSharpWMIClient

Description: 不像IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL,Windows Management Instrumentation(WMI)接口可以用于查询小端口驱动信息,即可以用来查询NDIS小端口驱动支持的OID。本文示例是查询无线网络的信号强度。-Unlike IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL, Windows Management Instrumentation (WMI) interfaces can be used to query information on a small port driver that can be used to query NDIS mini-port drivers support the OID. This article is an example query the wireless network signal strength
Platform: | Size: 53248 | Author: lie | Hits:

[Driver DevelopIoCtrlSample

Description: 这是是NT系统下用户模式和内核模式交互信息的例子,包括应用程序和驱动程序。压缩包内包含了可执行文件和源代码。-Ioctl Sample is a sample application and driver for communicating between user mode and kernel mode on Windows NT operating systems. Binaries and source code.
Platform: | Size: 16384 | Author: 夜之护者 | Hits:

[Linux-Unixpci

Description: Linux PCI driver skeleton sample code
Platform: | Size: 1024 | Author: B.J. | Hits:

[Embeded Linuxioctl_example

Description: mDoc driver ioctl example source code
Platform: | Size: 6144 | Author: zayin | Hits:

[Linux-UnixLinux-driver-development13

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第13章、Linux块设备驱动。块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念。本章将详细讲解Linux块设备驱动的编程方法。13.1节讲解块设备I/O操作的特点,分析字符设备与块设备在I/O操作上的差异。13.2节从整体上描述Linux块设备驱动的结构,分析主要的数据结构、函数及其关系。13.3~13.5节分别讲解块设备驱动模块加载与卸载、打开与释放和ioctl()函数。13.6节非常重要,讲述了块设备I/O操作所依赖的请求队列的概念及用法。13.2节与13.3~13.6节是整体与部分的关系,13.2~13.6节与13.7节是迭代递进的关系。13.7节在13.1~13.6节讲解内容的基础上,总结Linux下块设备的读写流程,而13.7节则讲解了块设备驱动的具体实例,即RamDisk的驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 13, Linux piece of device drivers. Piece of equipment is the concept of equipment and characters are, these two types of equipment in the structure of the drive in Linux have bigger difference, overall, piece of equipment than character device drivers drive is much more complex, in the I/O operation borrows great different, buffer, I/O operation, request queuing is of the device driver related concepts. This chapter will be explained Linux piece of equipment of the driver programming. Section 13.1 explain piece of equipment I/O operation, the characteristics of the character device and piece of equipment analysis in the I/O operation differences. Section 13.2 from the whole description of Linux device drivers, analysis of the main structure of the data structure, function and its relationship. 13.3 ~ 13.5 respectively of asher. Explain
Platform: | Size: 645120 | Author: 华清远见 | Hits:

[Embeded Linuxlinux_device_ioctl

Description: linux_device_ioctl ioctl是设备驱动程序中对设备的IO通道进行管理的的函数,程序可以通过ioctl想设备发送命令、参数等配置信息-linux_device_ioctl ioctl is device driver for device IO channel management functions, the program can send commands via ioctl to the device, parameters and other configuration information
Platform: | Size: 74752 | Author: sun | Hits:

[Driver Developipsender3.1

Description: linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I/O channel management functions. The so-called I/O channel management, some of the characteristics of the equipment is controlled, such as serial transmission baud rate, motor speed, and so on. The code is the actual product-driven engineering, great reference value.
Platform: | Size: 3112960 | Author: easonwang | Hits:

[Driver DevelopSSDT-Hook-Driver-and-mfc-interface

Description: HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
Platform: | Size: 11134976 | Author: yangzhe | Hits:

[Driver Developdriver

Description: Linux驱动初级 包括hello world 字符驱动的 resgister/read/ write 及 ioctl等一些基础源码-Linux drivers for the primary character-driven, including hello world resgister/read/write, and ioctl basic source
Platform: | Size: 26624 | Author: 颜建文 | Hits:

[Linux-Unixioctl

Description: ATM ioctl handling driver
Platform: | Size: 3072 | Author: gaviwen | Hits:

[Linux-Unixioctl

Description: Marvell Wireless LAN device driver: ioctl data structures & APIs for Linux Driver.
Platform: | Size: 3072 | Author: qeiqunrue | Hits:

[Linux-Unixcx23885-ioctl

Description: Driver for the Conexant CX23885 PCIe bridge for Linux v2.13.6.
Platform: | Size: 1024 | Author: runmueten | Hits:

[Linux-Unixdspapi-ioctl

Description: DSP-BIOS Bridge driver support functions for TI OMAP processors for Linux v2.13.6.
Platform: | Size: 2048 | Author: rjlwvu | Hits:

[Linux-Unixcx23885-ioctl

Description: Driver for the Conexant CX23885 7 8 PCIe bridge.
Platform: | Size: 2048 | Author: dkpengbang | Hits:
« 12 3 4 »

CodeBus www.codebus.net